PAT-251 command to bulk unlink#78
Open
jirkasemmler wants to merge 4 commits intojirka/pat-251-add-command-to-delete-projects-in-batchfrom
Open
PAT-251 command to bulk unlink#78jirkasemmler wants to merge 4 commits intojirka/pat-251-add-command-to-delete-projects-in-batchfrom
jirkasemmler wants to merge 4 commits intojirka/pat-251-add-command-to-delete-projects-in-batchfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new console command to bulk unlink shared and linked buckets from projects. The command provides both dry-run and force execution modes for safely managing bucket links.
- Added
ForceUnlinkSharedBucketscommand for force-unlinking shared and linked buckets - Integrated the new command into the CLI application
- Added comprehensive documentation explaining usage and behavior
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/Keboola/Console/Command/ForceUnlinkSharedBuckets.php | New command implementation with dry-run and force modes |
| cli.php | Registration of the new command in the application |
| README.md | Documentation for the new force unlink command |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
martinsifra
approved these changes
Sep 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Feature: Force Unlink Shared and Linked Buckets
ForceUnlinkSharedBucketscommand (src/Keboola/Console/Command/ForceUnlinkSharedBuckets.php) to list all buckets in a project and force-unlink those that are both shared and linked. The command supports dry-run and force modes.